-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Install tbdocs
for the @web5/api
package
#251
Conversation
Review or Edit in CodeSandboxOpen the branch in Web Editor • VS Code • Insiders |
export { utils }; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Required workaround needed by api-extractor
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@leordev Is this limitation with api-extractor
something that is planned to be resolved? Seems unfortunate that we have to modify the source code to satisfy api-extractor
being unable to understand valid ES2020 syntax.
TBDocs Report 🛑 Errors: 0 @web5/api
Updated @ 2023-11-03T13:12:15.879Z - Commit: |
Codecov Report
@@ Coverage Diff @@
## main #251 +/- ##
==========================================
+ Coverage 90.95% 91.10% +0.15%
==========================================
Files 69 69
Lines 13317 13549 +232
Branches 1340 1340
==========================================
+ Hits 12112 12344 +232
Misses 1180 1180
Partials 25 25
|
The above warnings will be fixed at the tbdocs level repo (hence could be ignored)
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@leordev Thanks for getting this work started and contributing all of the much needed comments! 😄
@leordev Can you also rebase on main to clear the |
6d3c72b
to
63a5616
Compare
Co-authored-by: Frank Hinek <[email protected]>
Co-authored-by: Frank Hinek <[email protected]>
Thank you @frankhinek ! Just rebased and implemented the suggestions. Did you check if all the interfaces that I tagged as If all of them should be |
Thanks! 👍
I think |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! 🚀 Let's ship it!
tbdocs
on@web5/api
, which will start to bring up doc errors on PRs (powered by api-extractor), see below@beta
but can you please point me to apis that are more stable that we should tag as@public
, so that we don't break our customers? (Release tags reference)Fix #250